; * src/eval.c (Fhandler_bind_1): Fix docstring.
authorBasil L. Contovounesios <basil@contovou.net>
Fri, 15 Mar 2024 23:23:41 +0000 (00:23 +0100)
committerBasil L. Contovounesios <basil@contovou.net>
Fri, 15 Mar 2024 23:23:41 +0000 (00:23 +0100)
src/eval.c

index 95eb21909d24daee8f8821662fb359ef227af468..f48d7b0682fb3c04694bcc40dbfe64d183078863 100644 (file)
@@ -1374,8 +1374,8 @@ push_handler_bind (Lisp_Object conditions, Lisp_Object handler, int skip)
 }
 
 DEFUN ("handler-bind-1", Fhandler_bind_1, Shandler_bind_1, 1, MANY, 0,
-       doc: /* Setup error handlers around execution of BODYFUN.
-BODYFUN be a function and it is called with no arguments.
+       doc: /* Set up error handlers around execution of BODYFUN.
+BODYFUN should be a function and it is called with no arguments.
 CONDITIONS should be a list of condition names (symbols).
 When an error is signaled during execution of BODYFUN, if that
 error matches one of CONDITIONS, then the associated HANDLER is